projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5a5ed
)
(get_system_name): Add a cast.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 21:20:28 +0000
(21:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 21:20:28 +0000
(21:20 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 3c1bb3fa3eb7f77f375914fbe746a00c11f8bc7c..13cee5c5d259dfa83dd2f13c8a1b0382280c08bd 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-535,7
+535,7
@@
DEFUN ("system-name", Fsystem_name, Ssystem_name, 0, 0, 0,
char *
get_system_name ()
{
- return XSTRING (Vsystem_name)->data;
+ return
(char *)
XSTRING (Vsystem_name)->data;
}
DEFUN ("emacs-pid", Femacs_pid, Semacs_pid, 0, 0, 0,